[INFO] fetching crate fugue-bv 0.2.36...
[INFO] fixing fugue-bv-0.2.36 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate fugue-bv 0.2.36 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate fugue-bv 0.2.36
[INFO] finished tweaking crates.io crate fugue-bv 0.2.36
[INFO] tweaked toml for crates.io crate fugue-bv 0.2.36 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fugue-bv 0.2.36 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fugue-bv 0.2.36 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca
[INFO] running `Command { std: "docker" "start" "15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.8
[INFO] [stderr]    Compiling rug v1.28.1
[INFO] [stderr]    Compiling static_init v1.0.4
[INFO] [stderr]     Checking az v1.3.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling static_init_macro v1.0.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking fugue-bytes v0.2.2
[INFO] [stderr]     Checking fugue-bv v0.2.36 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/core_mixed.rs (17 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/core_bigint/core_bigint_rug/mod.rs:364:13
[INFO] [stdout]     |
[INFO] [stdout] 363 |             let max = (BigInt::from(1) << self.bits() as u32) - BigInt::from(1);
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `max` calls a custom destructor
[INFO] [stdout]     |                 `max` will be dropped later as of Edition 2024
[INFO] [stdout] 364 |             BigInt::from(&*self.0 + &*rhs.0) > max
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 365 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.28.1/src/integer/traits.rs:58:1
[INFO] [stdout]     |
[INFO] [stdout]  58 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `max` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.28.1/src/integer/traits.rs:58:1
[INFO] [stdout]     |
[INFO] [stdout]  58 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/core_bigint/core_bigint_rug/mod.rs:2094:32
[INFO] [stdout]      |
[INFO] [stdout] 2085 |         let v0 = BitVec::zero(3);
[INFO] [stdout]      |             --
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `v0` calls a custom destructor
[INFO] [stdout]      |             `v0` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2094 |         assert_eq!(v1.sub(v2), BitVec::from_u64(0b110, 3))
[INFO] [stdout]      |                    ----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                    |           |
[INFO] [stdout]      |                    |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                    up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 2095 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.28.1/src/integer/traits.rs:58:1
[INFO] [stdout]      |
[INFO] [stdout]   58 | impl Drop for Integer {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.28.1/src/integer/traits.rs:58:1
[INFO] [stdout]      |
[INFO] [stdout]   58 | impl Drop for Integer {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `v0` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.28.1/src/integer/traits.rs:58:1
[INFO] [stdout]      |
[INFO] [stdout]   58 | impl Drop for Integer {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]     --> src/core_mixed.rs:129:24
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]      = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]     --> src/core_mixed.rs:130:24
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]      = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/core_bigint/core_bigint_rug/mod.rs:364:13
[INFO] [stdout]     |
[INFO] [stdout] 363 |             let max = (BigInt::from(1) << self.bits() as u32) - BigInt::from(1);
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `max` calls a custom destructor
[INFO] [stdout]     |                 `max` will be dropped later as of Edition 2024
[INFO] [stdout] 364 |             BigInt::from(&*self.0 + &*rhs.0) > max
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 365 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.28.1/src/integer/traits.rs:58:1
[INFO] [stdout]     |
[INFO] [stdout]  58 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `max` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.28.1/src/integer/traits.rs:58:1
[INFO] [stdout]     |
[INFO] [stdout]  58 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 18s
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: fugue-bv v0.2.36 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]     --> src/core_mixed.rs:129:24
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]      = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]     --> src/core_mixed.rs:130:24
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]      = note: this warning originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking fugue-bv v0.2.36 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]     --> src/core_mixed.rs:129:24
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]      = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]     --> src/core_mixed.rs:130:24
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]      = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 285 |         fold_map!(ref mut self, |slf| slf.signed_assign());
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 309 |         fold_map!(ref mut self, |slf| slf.unsigned_assign());
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 621 |         fold_map!(ref mut self, |slf| slf.neg_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 651 |         fold_map!(ref mut self, |slf| slf.not_assign())
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 679 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.add_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 701 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 707 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.div_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 717 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_div_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 739 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 745 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.mul_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 767 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 773 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.rem_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 783 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_rem_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 805 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 811 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.sub_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 833 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 839 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitand_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 861 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 867 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitor_assign(rhs))
[INFO] [stdout]     |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 889 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 895 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.bitxor_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 917 |         fold_map!(ref mut self, |slf| slf.shl_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 939 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 945 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shl_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |             BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  82 |             &mut BitVec::N(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:83:23
[INFO] [stdout]     |
[INFO] [stdout]  83 |             BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |                       ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 967 |         fold_map!(ref mut self, |slf| slf.shr_assign(rhs))
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  83 |             &mut BitVec::U(ref mut m) => apply1($f, m),
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 989 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:129:24
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/core_mixed.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 995 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.shr_assign(rhs))
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]     |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]     --> src/core_mixed.rs:129:24
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (BitVec::N(ref mut m), BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]      = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  129 |             (&mut BitVec::N(ref mut m), &BitVec::N(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]     --> src/core_mixed.rs:130:24
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (BitVec::U(ref mut m), BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |                        ^^^^^^^^^             ^^^^^ occurs within macro expansion
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         fold_map2!(ref mut self, ref rhs, |slf, rhs| slf.signed_shr_assign(rhs))
[INFO] [stdout]      |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]      = note: this error originates in the macro `fold_map2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on these references with reference patterns to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout]  130 |             (&mut BitVec::U(ref mut m), &BitVec::U(ref n)) => apply2_mut($f, m, n),
[INFO] [stdout]      |              ++++                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fugue-bv` (lib test) due to 58 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `fugue-bv` (lib) due to 58 previous errors
[INFO] running `Command { std: "docker" "inspect" "15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca", kill_on_drop: false }`
[INFO] [stdout] 15176d1adc9bc5bed2372cfc35c25362f1cf38e56b3c70e2fbea676ecb4ad7ca
